Method LoadWithParentsAsync<TProps>(IRedbObject, IRedbUser, int, bool?)
Load object by ID with parent chain to root with explicit user.
public Task<TreeRedbObject<TProps>?> LoadWithParentsAsync<TProps>(IRedbObject obj, IRedbUser user, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()